mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
16
openembedded/packages/jpeg/jpeg-6b/ldflags.patch
Normal file
16
openembedded/packages/jpeg/jpeg-6b/ldflags.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#
|
||||
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
|
||||
#
|
||||
|
||||
--- jpeg-6b/makefile.cfg~ldflags
|
||||
+++ jpeg-6b/makefile.cfg
|
||||
@@ -169,7 +169,7 @@
|
||||
# with libtool:
|
||||
libjpeg.la: @A2K_DEPS@ $(LIBOBJECTS)
|
||||
$(LIBTOOL) --mode=link $(CC) -o libjpeg.la $(LIBOBJECTS) \
|
||||
- -rpath $(libdir) -version-info $(JPEG_LIB_VERSION)
|
||||
+ -rpath $(libdir) -version-info $(JPEG_LIB_VERSION) $(LDFLAGS)
|
||||
|
||||
# sample programs:
|
||||
|
||||
Reference in New Issue
Block a user