[jira] [Updated] (XERCESC-2167) Do not set SONAME when building shared libs

2020-04-07 Thread Scott Cantor (Jira)


 [ 
https://issues.apache.org/jira/browse/XERCESC-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Cantor updated XERCESC-2167:
--
Affects Version/s: 3.2.3

> Do not set SONAME when building shared libs
> ---
>
> Key: XERCESC-2167
> URL: https://issues.apache.org/jira/browse/XERCESC-2167
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.2.0, 3.2.1, 3.2.2, 3.2.3
>Reporter: Jeroen
>Assignee: Roger Leigh
>Priority: Major
>
>  
> When building a static library (i.e. building with {{cmake 
> -DBUILD_SHARED_LIBS=OFF}}, we should not set a SONAME or rename the library 
> file. A static library should just be named libxerces-c.a and not 
> libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).
> Here is a very simple example patch: 
> [https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]
>  
> Thank you!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Updated] (XERCESC-2167) Do not set SONAME when building shared libs

2020-04-07 Thread Scott Cantor (Jira)


 [ 
https://issues.apache.org/jira/browse/XERCESC-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Cantor updated XERCESC-2167:
--
Fix Version/s: (was: 3.2.3)

> Do not set SONAME when building shared libs
> ---
>
> Key: XERCESC-2167
> URL: https://issues.apache.org/jira/browse/XERCESC-2167
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.2.0, 3.2.1, 3.2.2
>Reporter: Jeroen
>Assignee: Roger Leigh
>Priority: Major
>
>  
> When building a static library (i.e. building with {{cmake 
> -DBUILD_SHARED_LIBS=OFF}}, we should not set a SONAME or rename the library 
> file. A static library should just be named libxerces-c.a and not 
> libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).
> Here is a very simple example patch: 
> [https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]
>  
> Thank you!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Updated] (XERCESC-2167) Do not set SONAME when building shared libs

2019-12-09 Thread Scott Cantor (Jira)


 [ 
https://issues.apache.org/jira/browse/XERCESC-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Cantor updated XERCESC-2167:
--
Fix Version/s: 3.2.3

> Do not set SONAME when building shared libs
> ---
>
> Key: XERCESC-2167
> URL: https://issues.apache.org/jira/browse/XERCESC-2167
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.2.2
>Reporter: Jeroen
>Assignee: Roger Leigh
>Priority: Major
> Fix For: 3.2.3
>
>
>  
> When building a static library (i.e. building with {{cmake 
> -DBUILD_SHARED_LIBS=OFF}}, we should not set a SONAME or rename the library 
> file. A static library should just be named libxerces-c.a and not 
> libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).
> Here is a very simple example patch: 
> [https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]
>  
> Thank you!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Updated] (XERCESC-2167) Do not set SONAME when building shared libs

2019-12-09 Thread Scott Cantor (Jira)


 [ 
https://issues.apache.org/jira/browse/XERCESC-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Cantor updated XERCESC-2167:
--
Affects Version/s: 3.2.0
   3.2.1

> Do not set SONAME when building shared libs
> ---
>
> Key: XERCESC-2167
> URL: https://issues.apache.org/jira/browse/XERCESC-2167
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.2.0, 3.2.1, 3.2.2
>Reporter: Jeroen
>Assignee: Roger Leigh
>Priority: Major
> Fix For: 3.2.3
>
>
>  
> When building a static library (i.e. building with {{cmake 
> -DBUILD_SHARED_LIBS=OFF}}, we should not set a SONAME or rename the library 
> file. A static library should just be named libxerces-c.a and not 
> libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).
> Here is a very simple example patch: 
> [https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]
>  
> Thank you!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Updated] (XERCESC-2167) Do not set SONAME when building shared libs

2019-01-25 Thread Jeroen (JIRA)


 [ 
https://issues.apache.org/jira/browse/XERCESC-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeroen updated XERCESC-2167:

Description: 
 

{{When building a static library (i.e. building with cmake 
-DBUILD_SHARED_LIBS=OFF`, we should not set a SONAME or rename the library 
file. A static library should just be named libxerces-c.a and not 
libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).}}

Here is a very simple example patch: 
[https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]

 

Thank you!

  was:
 

When building a static library (i.e. building with `cmake 
-DBUILD_SHARED_LIBS=OFF`), we should not set a SONAME or rename the library 
file. A static library should just be named libxerces-c.a and not 
libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).

Here is a very simple example patch: 
[https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]

 

Thank you!


> Do not set SONAME when building shared libs
> ---
>
> Key: XERCESC-2167
> URL: https://issues.apache.org/jira/browse/XERCESC-2167
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.2.2
>Reporter: Jeroen
>Priority: Major
>
>  
> {{When building a static library (i.e. building with cmake 
> -DBUILD_SHARED_LIBS=OFF`, we should not set a SONAME or rename the library 
> file. A static library should just be named libxerces-c.a and not 
> libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).}}
> Here is a very simple example patch: 
> [https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]
>  
> Thank you!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Updated] (XERCESC-2167) Do not set SONAME when building shared libs

2019-01-25 Thread Jeroen (JIRA)


 [ 
https://issues.apache.org/jira/browse/XERCESC-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeroen updated XERCESC-2167:

Description: 
 
When building a static library (i.e. building with {{cmake 
-DBUILD_SHARED_LIBS=OFF}}, we should not set a SONAME or rename the library 
file. A static library should just be named libxerces-c.a and not 
libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).

Here is a very simple example patch: 
[https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]

 

Thank you!

  was:
 

{{When building a static library (i.e. building with cmake 
-DBUILD_SHARED_LIBS=OFF`, we should not set a SONAME or rename the library 
file. A static library should just be named libxerces-c.a and not 
libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).}}

Here is a very simple example patch: 
[https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]

 

Thank you!


> Do not set SONAME when building shared libs
> ---
>
> Key: XERCESC-2167
> URL: https://issues.apache.org/jira/browse/XERCESC-2167
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.2.2
>Reporter: Jeroen
>Priority: Major
>
>  
> When building a static library (i.e. building with {{cmake 
> -DBUILD_SHARED_LIBS=OFF}}, we should not set a SONAME or rename the library 
> file. A static library should just be named libxerces-c.a and not 
> libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).
> Here is a very simple example patch: 
> [https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]
>  
> Thank you!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Updated] (XERCESC-2167) Do not set SONAME when building shared libs

2019-01-25 Thread Jeroen (JIRA)


 [ 
https://issues.apache.org/jira/browse/XERCESC-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeroen updated XERCESC-2167:

Description: 
 

When building a static library (i.e. building with `cmake 
-DBUILD_SHARED_LIBS=OFF`), we should not set a SONAME or rename the library 
file. A static library should just be named libxerces-c.a and not 
libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).

Here is a very simple example patch: 
[https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]

 

Thank you!

  was:
 

When building a static library, cmake should not set a SONAME or rename the 
static library file. The static library should just be named libxerces-c.a and 
not libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).

Here is a very simple example patch: 
[https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]

 

Thank you!


> Do not set SONAME when building shared libs
> ---
>
> Key: XERCESC-2167
> URL: https://issues.apache.org/jira/browse/XERCESC-2167
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.2.2
>Reporter: Jeroen
>Priority: Major
>
>  
> When building a static library (i.e. building with `cmake 
> -DBUILD_SHARED_LIBS=OFF`), we should not set a SONAME or rename the library 
> file. A static library should just be named libxerces-c.a and not 
> libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).
> Here is a very simple example patch: 
> [https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]
>  
> Thank you!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Updated] (XERCESC-2167) Do not set SONAME when building shared libs

2019-01-25 Thread Jeroen (JIRA)


 [ 
https://issues.apache.org/jira/browse/XERCESC-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeroen updated XERCESC-2167:

Description: 
 

When building a static library, cmake should not set a SONAME or rename the 
static library file. The static library should just be named libxerces-c.a and 
not libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).

Here is a very simple example patch: 
[https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]

 

Thank you!

  was:
 

When building a static library, cmake should not set a SONAME or rename the 
static library file. The static library should just be named libxerces-c.a and 
not libxerces-c-3.2.a (otherwise it won't link with -lxerces-c.

Here is a very simple example patch: 
[https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]

 

Thank you!


> Do not set SONAME when building shared libs
> ---
>
> Key: XERCESC-2167
> URL: https://issues.apache.org/jira/browse/XERCESC-2167
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 3.2.2
>Reporter: Jeroen
>Priority: Major
>
>  
> When building a static library, cmake should not set a SONAME or rename the 
> static library file. The static library should just be named libxerces-c.a 
> and not libxerces-c-3.2.a (otherwise it won't link with -lxerces-c).
> Here is a very simple example patch: 
> [https://patch-diff.githubusercontent.com/raw/jeroen/xerces-c/pull/1.patch]
>  
> Thank you!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org